Remove aligned allocation checks
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 21 Feb 2019 11:23:54 +0000 (11:23 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 4 Mar 2019 13:51:49 +0000 (13:51 +0000)
commitfad21d8dda7f0a7b4faf8c17499ffab10bed56a9
tree6fb04c54995709e58708157533bf5453a99c3670
parent45ea288ba24e09a346d83fb71d3626cced1c6272
Remove aligned allocation checks

The tests were added when we thought we had to align memory allocations
for structures including a Graphene type in their members. Graphene
added alignment annotations for its types, and we never really used the
symbols we set after testing for allocations being aligned out of the
box with malloc(), and for aligned allocators.
config.h.meson
meson.build